home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16235 < prev    next >
Encoding:
Text File  |  1996-08-05  |  799 b   |  19 lines

  1. Newsgroups: comp.lang.c++
  2. Path: in2.uu.net!allware!usenet
  3. From: nathan@allware.com (Nathan Tocus)
  4. Subject: Borland OWL SetupWindow function
  5. X-Newsreader: Forte Free Agent 1.0.82
  6. Sender: usenet@grog.allware.com
  7. Organization: Allware, Inc.
  8. Message-ID: <DpMG63.JB9@grog.allware.com>
  9. Date: Wed, 10 Apr 1996 01:02:54 GMT
  10.  
  11. How do you pass arguments to the SetupWindow function in OWL 2.5.  All
  12. the examples in the books I've read use SetupWindow to initialize
  13. controls but they never pass it any arguments.  Since this function is
  14. called automatically when a window element is created and not
  15. explicitly called from your program, it appears that you can't pass it
  16. anything.  The only way I have been able to make variables available
  17. to SetupWindow is to use global variables, which I would rather avoid.
  18.  
  19.